type os/user.bufferKind

5 uses

	os/user (current package)
		cgo_lookup_unix.go#L143: type bufferKind _C_int
		cgo_lookup_unix.go#L146: 	userBuffer  = bufferKind(_C__SC_GETPW_R_SIZE_MAX)
		cgo_lookup_unix.go#L147: 	groupBuffer = bufferKind(_C__SC_GETGR_R_SIZE_MAX)
		cgo_lookup_unix.go#L150: func (k bufferKind) initialSize() _C_size_t {
		cgo_lookup_unix.go#L168: func retryWithBuffer(kind bufferKind, f func([]byte) syscall.Errno) error {